Accruent Meridian Enterprise 2021 VBScript API Reference

Confirmation Property

Set this property to True or False to control the display of confirmation prompts that appear to users for some commands. Action is specified as one of the AS_CONFIRM_ACTION constants that corresponds to the prompt that you want to enable or disable, respectively. The available constants can be found in the Constants branch of the Object Browser in the Meridian Enterprise Script Editor.

Syntax

Confirmation(Action) As Boolean

Remarks

In Meridian PowerWeb, client confirmation is supported for these actions:

  • AS_CONFIRM_COPYFPRSUBLEVELS – Defines what to do with FPR properties during project copy creation.
  • AS_CONFIRM_ALLOW_SKIPWIZARD_ALL – Partly supported for workflow transition wizards. Not supported for new document/folder wizards and auto command wizards.
  • AS_CONFIRM_APPLY_FOR_ALL – Partly supported for workflow transition wizards. Not supported for new document/folder wizards and auto command wizards.
  • AS_CONFIRM_COPY_FOLDER – Use the DocGenericEvent_SelectTarget event.
  • AS_CONFIRM_IMPORT_FOLDER – Use the DocGenericEvent_SelectTarget event.
  • AS_CONFIRM_PROJECT_FOLDER – Use the DocGenericEvent_SelectTarget event.